-
Notifications
You must be signed in to change notification settings - Fork 706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{math,phys,chem}[foss/2024] Meep 1.29.0 #22057
base: develop
Are you sure you want to change the base?
Conversation
Updated software
|
('pkgconfig', '1.5.5', '-python'), | ||
] | ||
|
||
configopts = "--with-pic --with-blas=${EBROOTOPENBLAS} --with-lapack=${EBROOTSCALAPACK} --enable-shared" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't you use flexiblas here as well?
configopts = "--with-pic --with-blas=${EBROOTOPENBLAS} --with-lapack=${EBROOTSCALAPACK} --enable-shared" | |
configopts = "--with-pic --with-blas=flexiblas --with-lapack=flexiblas --enable-shared" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I'm sorry, this should not be in here at all. I wanted to only hand in the gfbf variant :| sorry about that.
No description provided.